home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 101
/
FreelogNo101-JanvierFevrier2011.iso
/
Internet
/
eM Client
/
setup.msi
/
eMClient.cab
/
IceWarpServerInterfacePluginFile
/
0
/
RCDATA
/
TCONTENTEXECUTABLEFORM
/
TCONTENTEXECUTABLEFORM.txt
Wrap
Text File
|
2010-10-15
|
2KB
|
86 lines
object ContentExecutableForm: TContentExecutableForm
Left = 372
Top = 269
BorderStyle = bsToolWindow
Caption = 'Executable'
ClientHeight = 109
ClientWidth = 427
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Microsoft Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object ExecLabel: TTntLabel
Left = 2
Top = 7
Width = 56
Height = 13
Caption = 'Executable:'
end
object ExecTypeL: TTntLabel
Left = 2
Top = 31
Width = 27
Height = 13
Caption = 'Type:'
end
object ExecutableEdit: TTntEdit
Left = 66
Top = 4
Width = 337
Height = 21
MaxLength = 255
TabOrder = 0
end
object ApplicationButton: TTntButton
Left = 403
Top = 4
Width = 20
Height = 21
Caption = '...'
TabOrder = 1
OnClick = ApplicationButtonClick
end
object OkButton: TTntButton
Left = 268
Top = 84
Width = 75
Height = 23
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 3
end
object CancelButton: TTntButton
Left = 348
Top = 84
Width = 75
Height = 23
Caption = '&Cancel'
ModalResult = 2
TabOrder = 4
end
object ExecType: TTntComboBox
Left = 66
Top = 28
Width = 357
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 2
Items.Strings = (
'Executable'
'StdCall Library'
'Cdecl Library'
'URL')
end
end